Fix64M INumeric<Fix64M>.Positive()
Private Function Positive As Fix64M
Implements INumeric(Of Fix64M).Positive
private:
virtual Fix64M Positive() sealed = INumeric<Fix64M>::Positive
private abstract Positive : unit -> Fix64M
private override Positive : unit -> Fix64M